home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Util / conv / IFF2rexx.lha / demo next >
AmigaDOS Script File  |  2004-01-19  |  160b  |  9 lines

  1. .key src,dst
  2. .def src LOCALE:Countries/iran.country
  3. .def dst T:demo.rexx
  4. echo "Convert to REXX"
  5. rx IFF2rexx <src> ><dst>
  6. list <dst>
  7. echo "...and back"
  8. rx <dst>
  9.